In article <47j0tj$2ah@mozo.cc.purdue.edu>, jroesner@expert.cc.purdue.edu (Jeffery Roesner) writes:
> For some friends of mine, I got them the new version of Kermit for DOS, version 3.14. The server we connect to is running Solaris 2.4, and whenever they
> hit backspace, ^? appears on the screen. I tried to use the same fix for them
> as I used on my OS/2 C-Kermit, but for some reason it didn't work. My fix was
> putting set key \127 \8 in my .ini file.
>
> Any help on this is greatly appreciated, as I can't seem to figure the problem
> out.
----------
It helps to read the manual. Use command SET KEY, press the key
of interest, type the new definition. The BackSpace key is not code \127;
that's the DEL key. Note that Unix can be setup to use a variety of possible
codes for backspace (move cursor left), destructive backspace (erase char),